widget: Remove special handling of has-focus
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Apr 2019 22:07:22 +0000 (22:07 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Apr 2019 22:21:03 +0000 (22:21 +0000)
commitc92938b378a113bfa310312a10b84ba4a5cc981e
tree462290661ee59886f184837191c59756415b81ad
parentc98313016e7a83ff84bfc1971d7516412d3fdbea
widget: Remove special handling of has-focus

We used to handle has-focus in ui files specially.
It was awkward, so stop doing that. If you need
to influence the initial focus of a window, you
can just set the focus-widget property.
gtk/gtkwidget.c